Attach source and documentation.
[cyberduck.git] / Spotlight Importer / Info.plist
blob34df25dce637aa2d672bfc264ceae6bf921aa7d8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeRole</key>
11 <string>MDImporter</string>
12 <key>LSItemContentTypes</key>
13 <array>
14 <string>ch.sudo.cyberduck.bookmark</string>
15 </array>
16 </dict>
17 </array>
18 <key>CFBundleExecutable</key>
19 <string>Cyberduck Spotlight Importer</string>
20 <key>CFBundleIdentifier</key>
21 <string>ch.sudo.cyberduck.spotlight.importer</string>
22 <key>CFBundleInfoDictionaryVersion</key>
23 <string>6.0</string>
24 <key>CFBundleVersion</key>
25 <string>_REVISION_</string>
26 <key>CFPlugInDynamicRegisterFunction</key>
27 <string></string>
28 <key>CFPlugInDynamicRegistration</key>
29 <string>NO</string>
30 <key>CFPlugInFactories</key>
31 <dict>
32 <key>DE4AC94B-AF53-4341-9631-6888F9DD592F</key>
33 <string>MetadataImporterPluginFactory</string>
34 </dict>
35 <key>CFPlugInTypes</key>
36 <dict>
37 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
38 <array>
39 <string>DE4AC94B-AF53-4341-9631-6888F9DD592F</string>
40 </array>
41 </dict>
42 <key>CFPlugInUnloadFunction</key>
43 <string></string>
44 </dict>
45 </plist>